Extension point configuration
In component org.nuxeo.ecm.platform.video.service.VideoService
Documentation
Since 7.4.
Extension point to configure the VideoService, such as:
- When to take the preview screenshot (percentage of the video duration)
- Storyboard thumbnails count
- Minimum duration of the video to generate storyboard (0 means always, < 0 means never)
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.video.service.Configuration
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="configuration" target="org.nuxeo.ecm.platform.video.service.VideoService"> <configuration> <previewScreenshotInDurationPercent>10.0</previewScreenshotInDurationPercent> <storyboardMinDuration>10</storyboardMinDuration> <storyboardThumbnailCount>9</storyboardThumbnailCount> </configuration> </extension>